Virtual IP assign to Lan in PFSENSE

So situation is like this, or final setup:
Config:
ONT router ftth to rj45 PfSense router and firewall PPOE connection - working
Local LAN 192.168.0.0/24
OpenVPN 10.10.50.0.24
VPN client 10.10.50.xxx is connecting to RDP VM 192.168.0.xxx - working
NO internet trafic is routed to VPN client (not all trafic is routed to VPN) - working
NOW:
Creating a Virtual IP 10.10.60.1/30 on source network local LAN - done working
Assign fix ip on local WM Windows 10 IP:10.10.60.2 Mask:255.255.255.252 GW:10.10.60.1 - to have internet only but not access to local lan 192.168.0.xxx - working
Now i have to connect OpenVPN adress 10.10.50.xxx to access 10.10.60.xx/30 - NOT Working
Rules done:
Rules on LAN
source 10.10.60.0/30 destination 10.10.50.0/24 - pass
source 10.10.60.0/30 destination 192.168.0/24 - block
source 10.10.60.0/30 destination !192.168.0./24 - pass (passing internet and block access to local)
OpenVPN
source 10.10.50.0/24 destination 10.10.60.0/30 - pass
NAT
source WAN 10.10.60.0/30 destination any translation WAN - pass
source WAN 10.10.50.0/30 destination 10.10.60.0/30 translation WAN -pass

I don’t know what i am doing wrong !!!
I can access from VPN all the WM that are in 192.168.0.0/24 but i can’t access WM with 10.10.60.2. connection is done RDP if i will assign an ip address with 192.168.0.0/24 is connecting but when is coming to connect on a virtual ip it’s not working.

MY goal is to access from 10.10.50.xx wm at 10.10.60.2

Thanks for any help!!!

PS one picture first post!

Why are you using Virtual IP and not building a new interface that routes to the 10.10.60.0 network?

Beacuse i am using LAGG, on a intel with a 4 ports that is splited in 2 separate network already. First is a 192.168.0.xxx using 2 ports, 192.168.50.xxx using another 2 ports.
Using 2 PPOE conection one That it has fix ip and second dinamic.
Now i have a proxmox after pfsense with some vm in it and Some of the vm I want them in different network. Much easier with vlan but my homelab switch is old and it can handles vlans but interfaces is something not working. So with help of pfsense i can build a virtual switch bypass any network physical and creates rules and post pone a unifi 48 manage switch acquisition :sweat_smile:, is on my list.