VPN with PCC

I have a strange issue that I don't know if it's even possible. But, I finally got a dual WAN PCC load balancing set-up complete. What I want to be able to do is to VPN into my network on either WAN. Right now I can all establish a link with my router on WAN1 if I try to connect with WAN2's IP all I get is host not responding. I must be doing something wrong but I'm new to Mikrotik and have search high and low to an answer to my issue. I'll print my mangle rules and routes below...

MANGLES....

0 chain=prerouting action=accept dst-address-list=!Modems
in-interface=Tek Savvy 1 log=no log-prefix=""

1 chain=prerouting action=accept dst-address-list=!Modems
in-interface=Tek Savvy 2 log=no log-prefix=""

2 chain=prerouting action=mark-connection new-connection-mark=wan1_conn
passthrough=yes src-address=10.0.0.0/24 dst-address-type=!local
dst-address-list=!Modems
per-connection-classifier=both-addresses-and-ports:2/0 log=no log-prefix=""

3 chain=prerouting action=mark-connection new-connection-mark=wan2_conn
passthrough=yes src-address=10.0.0.0/24 dst-address-type=!local
dst-address-list=!Modems
per-connection-classifier=both-addresses-and-ports:2/1 log=no log-prefix=""

4 chain=prerouting action=mark-routing new-routing-mark=to_wan1 passthrough=yes
src-address=10.0.0.0/24 dst-address-list=!Modems connection-mark=wan1_conn
log=no log-prefix=""

5 chain=prerouting action=mark-routing new-routing-mark=to_wan2 passthrough=yes
src-address=10.0.0.0/24 dst-address-list=!Modems connection-mark=wan2_conn
log=no log-prefix=""

6 chain=prerouting action=mark-routing new-routing-mark=to_wan1 passthrough=yes
protocol=tcp src-address=10.0.0.101 src-port=80 log=no log-prefix=""

NAT....

0 ;;; masq. vpn traffic
chain=srcnat action=masquerade src-address=10.0.3.0/24 log=no log-prefix=""

1 chain=srcnat action=masquerade src-address=10.0.0.0/24
out-interface=Tek Savvy 1 log=no log-prefix=""

2 chain=srcnat action=masquerade src-address=10.0.0.0/24
out-interface=Tek Savvy 2 log=no log-prefix=""

3 chain=srcnat action=masquerade dst-address=10.0.1.1 out-interface=Modem 1
log=no log-prefix=""

4 chain=srcnat action=masquerade dst-address=10.0.2.1 out-interface=Modem 2
log=no log-prefix=""

5 chain=dstnat action=dst-nat to-addresses=10.0.0.101 to-ports=80 protocol=tcp
in-interface=Tek Savvy 1 dst-port=80 log=no log-prefix=""


ROUTES....

\

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 A S 0.0.0.0/0 Tek Savvy 1 1
1 A S 0.0.0.0/0 Tek Savvy 2 2
2 A S 0.0.0.0/0 Tek Savvy 1 1
3 S 0.0.0.0/0 Tek Savvy 2 1
4 DS 0.0.0.0/0 206.248.155.244 1
5 DS 0.0.0.0/0 206.248.154.122 1
6 ADC 10.0.0.0/24 10.0.0.1 Local 0
7 ADC 10.0.1.0/24 10.0.1.2 Modem 1 0
8 ADC 10.0.2.0/24 10.0.2.2 Modem 2 0
9 ADC 206.248.154.122/32 206.248.156.23 Tek Savvy 2 0
10 ADC 206.248.155.244/32 69.165.153.70 Tek Savvy 1 0


I have two PPP mangle rules that don't print that are labeled as Dynamic?