Is it possible?

Data from GPS comes via some Serial port usually, and you want to write to another Serial port.
I checked the GPS Test examples Adafruit refers to: using Serial and SoftSerial to log time and more ...

I don't see where there are interrupts involved (except eventually inside the Serial libraries) and what you want to accomplish by using interrupts.