Can I use iptables "-m addr-type LOCAL" in someway in FW acls? rules?

I have couple Linux devices that uses tunnels with dynamic ip addresses (pppoe).
to overcome the need to “know” the dhcp acquired ip address from the ISP or the other end I am using on dnat rules the iptables module “-m addr-type LOCAL”.
Is there any way to utilize this or other modules in the FW rules and in the NAT rules?