I have two forms, one is the main form and the other is an options form. So say for example that the user clicks on my menu on the main form: Tools -> Options
Tools -> Options
The best in this case would be to have some OptionsService class/interface that is accessible via IServiceProvider.
OptionsService
IServiceProvider
Just add an event when something changes, and the rest of the app can respond to it.