Hello @Bagus_Navyan_Putra
Calico would not get in the way of PX running on the host network and PX has no dependency on the CNI network.
Can you upload the logs from one of the portworx pods. You can use the below commands.
PX_POD=$(kubectl get pods -l name=portworx -n kube-system -o jsonpath='{.items[0].metadata.name}')
kubectl logs -n kube-system $PX_POD