You can set the GPS receiver to activate automatically on modem start with the AT command:
AT+QGPSCFG="autogps",1
Restart it to activate obviously.
Then you can read your position at any time with:
AT+QGPSLOC=2
This gives your location in decimal degrees. Use zero or one instead of two in that ...