How to redirect to home page according to a specific page custom fields value and user name

After the headers have been sent (output has been written to the screen) you can not use wp_redirect() try placing your code in the header.php before any output and see if that works well enough.

If not you will have to hook into 'send_headers', 'template_redirect', or 'init' and check the values and redirect before any output.