There is not really alot you can secure, when you mean from wan to inbound.
OpenWrt is already secure by their default rules, you may want to disable icmp, but some isps require ping, and icmp is also needed for ipv6, you can look to these rules in luci under the traffic rules tab in firewall.
If it is device specific, my take on this is to look and categorize device categorys, pcs will have their own network, but the television is on the network only for tv and isp tv box, iot for iot.
If there is a compromise going on from tv or iot it will not reach your computers, with network firewall zone isolation you could potentionally isolate network worms.
You can also make one zone only be able to communicate to a other zone, but let the other zone not communicate first.
What I don't recommend:
DMZ:
DMZ can be usefull it has smilarities with bridge mode, but never do this when the router itself is the direct isp router, this means the dmz device has no firewall protection and gets fully exposed to the internet.
Port forwarding:
I won't recommend forwarding from wan, even for games unpnp or forwarding is 70% times not necessary, most games use port hole punching, which essentially mean: anything your router sent is for the other side allowed to respond back on the same line, so often games use a hub to connect players in where the line between you and hub becomes expanded to other players on this exact line.
^ also in alot of situations open ports expose danger for ddos or other attacks, my advise is to port forward over wireguard server, simply because wireguard does not respond and because it uses udp the port is invisible for most port scanners.