Well you would put all your module code into a separate project. (giving your project a clear namespace name)

You can then import that project by adding it as a reference to your main project and by adding a Imports statement to the top of your form code make it available to each form e.g. 'Imports NamespaceName'