Yes you can simply add a custom link menu from wp_menu.
As per your previous query I have re-coded all user page templates..
And now you can register a user page by simply add this to your function.php:
ap_register_user_page('slug', 'Title', 'callback_function');