Here are the steps to disable MAC-WinBox and MAC-Telnet on all interfaces except the local interface:
/ip service disable mac-telnet
/ip service disable mac-winbox interface=all
/ip service enable mac-winbox interface=local
This will disable MAC-Telnet on all interfaces and disable MAC-WinBox on all interfaces except the local interface, improving security as recommended.