WireGuard for specific websites only and just for specific IPs

Hello,

I have ROS v7.10 with default configuration + following:

/interface wireguard
add listen-port=13231 mtu=1420 name=wireguard-inet

/ip address
add address=10.2.0.2/32 interface=wireguard-inet network=10.2.0.1  

/interface wireguard peers
add allowed-address=0.0.0.0/0 endpoint-address=37.199.111.111 endpoint-port=51820 interface=wireguard-inet persistent-keepalive=25s

/ip firewall nat
add action=masquerade chain=srcnat out-interface=wireguard-inet src-address=192.168.88.0/24

/ip route
add disabled=no distance=1 dst-address=0.0.0.0/1 gateway=10.2.0.1 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10
add disabled=no distance=1 dst-address=128.0.0.0/1 gateway=10.2.0.1 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10

/ip dns
set servers=10.2.0.1
/ip dhcp-client
set 0 use-peer-dns=no

/ip route
add disabled=no dst-address=37.199.111.111/32 gateway=192.168.1.1 routing-table=main suppress-hw-offload=no

Is it possible use VPN just for specific websites, ex. google.com, if so, how I should adjust my config. Thank you

Your configuration is incorrect but in any case no I dont think you can only send out wireguard based on that and in fact for the regular WAN neither…
If you had a list of specific WANIP addresses perhaps.

What is the requirement. Controlling what people use or just want to split up the traffic?
One way is to use one WIFI channel for wireguard and one for regular WAN use and thus tell people which wifi to use based on their needs…