Hi Oneil Matlock,
Thank you for posting in the Microsoft Community Forums.
When a user connects to the corporate network via VPN, the VPN connection can be configured to trigger a Group Policy refresh. This typically involves invoking the appropriate command or script in the VPN connection script or configuration to force the reapplication of the AD Group Policy.
A PowerShell script can be written that runs after a successful VPN connection and triggers a Group Policy refresh. For example, the gpupdate /force command can be used to force immediate application of the group policy.
Best regards
Neuvi Jiang