If Im reading what you want correctly, the answer is oh so incredibly simple:

Try this:

MyISR: 'Interupt Service routine starts here
.
.
.
Resume <i><b>label</b></i>


execution will resume at label....


That will send your program back to where ever you want to go...