how to show admin notice in custom menu page after submitting the form?

It should be add_action not do_action.
And if it still doesn’t work, that means, your form processing code is being triggered after WP fires admin_notices hook.