messagebox is meant to stop the user from doing what they're doing and prompt them.

If you want to allow the user to click outside the messagebox, you will need to use a form, and format it to look like a messagebox, rather than using the msgbox function