Taken from [this answer][1], you can use global-set-key like this
 
 (global-set-key (kbd "C-`") (kbd "<escape>"))

Which will treat ``C-` `` as <kbd>escape</kbd>

 [1]: http://stackoverflow.com/a/4535803/2499035