broadcast across VLANs

Hi, I have 4 Vlan. 10.0.100.0/24, 10.0.110.0/24 and so on.

I have in all Vlan routerboard mikrotik and I want see from winbox over button neighbors. Routing between vlan is working, but broadcast not working. Can I enable it between wlan?

Thx your answer and sorry for my english.

This is how a router works. To get Windows to see systems in another network, configure the subnets
correctly in Active Directory Sites and Services (or whatever it is called today) on your Domain Controller(s).

You cannot route broadcast packets. That’s not how IPv4 works.

Maybe you can do Proxy ARP but I haven’t personally tried it.
https://wiki.mikrotik.com/wiki/Manual:IP/ARP#Proxy_ARP

I have printers in one subnet and pc are second subnet. I dont see printers from network pc. I must add printers manualy and write its IP address?

Do you have knowledge about Windows networking?
Do you have a server and Active Directory or just some PC’s in a workgroup?
When you have no server you could still put the name of the printer and its address in the DNS of the MikroTik
and then you can attach it by name instead of address. But you cannot “browse/find the printer”.

It’s possible your printers are using site-local SSDP. In IPv4 that’s 239.255.255.250. Setting up mutlicast routing on your MikroTik may enable discovery across VLAN boundaries.

Alternatively, in an AD environment you can add them to a print server and publish them in AD. Lastly, if you have a proper DNS server (not MikroTik’s caching server) you can use DNS-SD (DNS based Service Discovery) to create SRV records for your printers based on a zone in your DNS that is published to clients through group policy or DHCP as a search-domain.