MichaIng
This fixed it!! Thanks!
The command listed nft as iptables
# ls -l /etc/alternatives/iptables
lrwxrwxrwx 1 root root 22 Jan 26 14:43 /etc/alternatives/iptables -> /usr/sbin/iptables-nft
Running the update-alternatives fixed my VPN
update-alternatives --set iptables /usr/sbin/iptables-legacy
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
systemctl restart wg-quick@wg0