@ZebMcKayhan - Thanks for your response. Let me try to explain my question a bit more clearly. I think I may have been a bit too terse when describing in previously.
I have a static IP address provided to me by my ISP. Let's assume this static IP address is a.b.c.d. Let the local IP address assigned to my router be 192.68.1.1.
I have my router configured to connect to the Surfshark VPN service using the VPN Client tab, on the OVPN1 interface. In order to ensure that all my local network clients have their internet traffic directed through OVPN1, I have the following VPN Director rule:
RULE #1: Local IP: 192.168.1.0/24, Remote IP: 0.0.0.0, Iface: OVPN1
I used to run an OpenVPN server on my router, so that I could connect my mobile phone to my home network when using its data connection. The problem was that since my router was connected to Surfshark and routing all its internet traffic through Surfshark's VPN servers, my mobile phone could not access the OpenVPN server running on the router using the IP address a.b.c.d. In order to do this, I had to add the following VPN Director rule to direct all traffic destined directly to the router via the WAN, and not through OVPN1.
RULE #2: Local IP: 192.168.1.1, Remote IP: 0.0.0.0, Iface: WAN
Now that I have turned off the OpenVPN server on my router and started running a WireGuard VPN server since the service became available, I can see that I now no longer need the VPN Director Rule #2. I don't understand why this rule is not needed, since the presence of Rule #1 should imply that all traffic is routed through Surfshark's VPN servers, and my router should not be accessible via a.b.c.d. Nevertheless, my mobile phone is still able to connect to my router's WireGuard VPN server using the IP address a.b.c.d. Is this by design? I would have expected that in order to achieve this, I would either need Rule #2 or configure port forwarding on Surfshark's VPN servers (forwarding the port number my router's WireGuard VPN server is configured to listen on) so that my mobile phone connects to my router's WireGuard VPN server through Surfshark's VPN server.
PS: I recognise Surfshark doesn't provide port forwarding, so the last bit was just hypothetical.