Có thể.
$mysqli->query($long_running_sql, MYSQLI_ASYNC);
echo 'run other stuff';
$result = $mysqli->reap_async_query(); //gives result (and blocks script if query is not done)
$resultArray = $result->fetch_assoc();
Hoặc bạn có thể sử dụng mysqli_poll nếu bạn không muốn bị chặn cuộc gọi
http://php.net/manual/en/mysqli.poll.php