Change page title from page using php via php executed from page/post itself

Put it in functions.php or at the top of the header.php in your theme. What I suspect is that the wp_title() method in header.php is already executed by the time your add_filter() is called.