Redirect PPPOE traffic inside BRIDGE port

I am using 2 ports bridge inside mikrotik. port 1 > ISP , port 2 > LAN Users without any dhcp ip
all lan users dial pppoe to isp to get internet

Dueto some frequent problems at ISP for some specific dns records, Can I redirect pppoe users DNS traffic inside BRIDGE to some external dns like 8.8.8.8 ?
I tried below but no result.

/interface bridge nat
add action=redirect chain=dstnat dst-port=53 ip-protocol=udp mac-protocol=ip
/interface bridge port
add bridge=bridge1 interface="LAN_IN"
add bridge=bridge1 interface="ISP_OUT"

/interface bridge settings
set use-ip-firewall=yes use-ip-firewall-for-pppoe=yes use-ip-firewall-for-vlan=yes

I also tried to redirect dns traffic from simple ip firewall nat rule , but its not redirecting pppoe users dns traffic.
is it dueto TUNNEL ?