Make an IP Location for the VPN subnet(s) and then join the table:
Left Outer Join tsysIPLocations On tsysIPLocations.LocationID =
tblAssets.LocationID
And then put it in the WHERE clause where it is NOT EQUAL to the IP Location:
WHERE tsysIPLocations.IPLocation <> 'THE NAME YOU NAMED THE VPN SUBNET'