DT interrupts can't return to a specific label - but you can set a flag inside the ISR and test for that in your main program loop. If set, you can jump to wherever you want.

Although it isn't quite "instant", that method can usually accomplish what you need.