How to include multiple vb/cs files in the source?

You can do this using assembly directives.

or

However, note that each source file will be compiled individually into its own assembly, so they cannot have dependencies on each other.