Separate header for static home page and posts page

You don’t specify a path in get_header(), but rather a name. So for example:

get_header( 'home' );

This will load header-home.php from the main theme directory.