Sorry if the title is confusing. Here is what I need to do:

Start sub1 in form1
---->if user clicks a button on form2 it needs to end sub1 on form1

I may be missing an easy solution here, but i need to halt all instructions on form1 if the button is clicked.

Any help is appreciated.